CopyTo(DB2Error[],Int32) Method
Copies the elements of the
DB2ErrorCollection collection into an array of
DB2Error starting at the specified index within the array.
'Declaration
Public Overloads Sub CopyTo( _
ByVal () As DB2Error, _
ByVal As Integer _
)
Parameters
- array
- The array of DB2Error to copy elements into.
- index
- The index from which to start copying into the parameter.